![]() |
The Gaudi Framework
v27r1
|
specialization of Bounded verifier for for C-arrays More...
#include <GaudiKernel/CArrayAsProperty.h>
Public Member Functions | |
BoundedVerifier () | |
Constructors. More... | |
virtual | ~BoundedVerifier ()=default |
Destructor. More... | |
bool | isValid (const typename Traits::CVal value) const |
Check if the value is within bounds. More... | |
bool | hasLower () const |
Return if it has a lower bound. More... | |
bool | hasUpper () const |
Return if it has a lower bound. More... | |
Traits::CRef | lower () const |
Return the lower bound value. More... | |
Traits::CRef | upper () const |
Return the upper bound value. More... | |
void | setLower (typename Traits::CRef value) |
Set lower bound value. More... | |
void | setUpper (typename Traits::CRef value) |
Set upper bound value. More... | |
void | clearLower () |
Clear lower bound value. More... | |
void | clearUpper () |
Clear upper bound value. More... | |
void | setBounds (typename Traits::CRef lower, typename Traits::CRef upper) |
Set both bounds (lower and upper) at the same time. More... | |
void | clearBounds () |
Clear both bounds (lower and upper) at the same time. More... | |
Private Types | |
typedef Gaudi::Utils::PropertyTypeTraits< T[N]> | Traits |
Private Attributes | |
bool | m_hasLowerBound |
Data and Function Members for This Class Implementation. More... | |
bool | m_hasUpperBound |
const T | m_lowerBound [N] |
const T | m_upperBound [N] |
Additional Inherited Members | |
![]() | |
virtual | ~PropertyVerifier ()=default |
virtual bool | isValid (const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal value) const =0 |
specialization of Bounded verifier for for C-arrays
Definition at line 110 of file CArrayAsProperty.h.
|
private |
Definition at line 113 of file CArrayAsProperty.h.
|
inline |
Constructors.
Definition at line 118 of file CArrayAsProperty.h.
|
virtualdefault |
Destructor.
|
inline |
Clear both bounds (lower and upper) at the same time.
Definition at line 159 of file CArrayAsProperty.h.
|
inline |
Clear lower bound value.
Definition at line 147 of file CArrayAsProperty.h.
|
inline |
|
inline |
Return if it has a lower bound.
Definition at line 134 of file CArrayAsProperty.h.
|
inline |
|
inline |
Check if the value is within bounds.
Definition at line 126 of file CArrayAsProperty.h.
|
inline |
|
inline |
Set both bounds (lower and upper) at the same time.
Definition at line 152 of file CArrayAsProperty.h.
|
inline |
Set lower bound value.
Definition at line 143 of file CArrayAsProperty.h.
|
inline |
|
inline |
|
private |
Data and Function Members for This Class Implementation.
Data members
Definition at line 169 of file CArrayAsProperty.h.
|
private |
Definition at line 170 of file CArrayAsProperty.h.
|
private |
Definition at line 171 of file CArrayAsProperty.h.
|
private |
Definition at line 172 of file CArrayAsProperty.h.